home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / add_xverb < prev    next >
Text File  |  2001-03-01  |  557b  |  19 lines

  1. DEPRECATED
  2. SYNOPSIS
  3.     void add_xverb(string str)
  4.  
  5. DESCRIPTION
  6.     This function is connected to the add_action() function. It
  7.     will set up the command str to trigger a call to the function
  8.     set up by the previous call to add_action().
  9.     
  10.     add_xverb() differs from add_verb() in that only leading
  11.     characters of the input line must match with str. It basically
  12.     is the same as setting flag in add_action().
  13.  
  14.     [marion Sun Jan 19 1992 Don't use it. This file is retained
  15.     because of somewhat nostalgic reasons.]
  16.  
  17. SEE ALSO
  18.     add_action(E), query_verb(E), add_verb(E)
  19.